Remove some GtkRecentChooserMenu references
authorTimm Bäder <mail@baedert.org>
Wed, 27 Jun 2018 15:57:31 +0000 (17:57 +0200)
committerTimm Bäder <mail@baedert.org>
Wed, 27 Jun 2018 16:03:23 +0000 (18:03 +0200)
Doesn't exist anymore.

testsuite/gtk/notify.c
testsuite/gtk/object.c

index a3eb23ebdcbdad6aa162b6092bd455eb1ce6ed81..f36fefd471431d674f81732b85b0dce9b4fde7b1 100644 (file)
@@ -509,10 +509,6 @@ test_type (gconstpointer data)
          g_str_equal (pspec->name, "draw-indicator"))
         continue;
 
-      if (g_str_equal (g_type_name (type), "GtkRecentChooserMenu") &&
-         g_str_equal (pspec->name, "select-multiple"))
-        continue;
-
       /* Really a bug in the way GtkButton and its subclasses interact:
        * setting label etc on a subclass destroys the content, breaking
        * e.g. GtkColorButton pretty badly
index 7939b59e567a4a99ebf159bca5237e4a1d583c57..128b974714bc1f81b9e9ae59d81ef7f72e3e8d1b 100644 (file)
@@ -76,7 +76,6 @@ list_ignore_properties (gboolean buglist)
     { "GtkFileChooserDialog",   "select-multiple",      (void*) MATCH_ANY_VALUE },      /* property disabled */
     { "GtkMenu",                "accel-path",           (void*) MATCH_ANY_VALUE },      /* has odd restrictions in the setter */
     { "GtkMenuItem",            "accel-path",           (void*) MATCH_ANY_VALUE },      /* has odd restrictions in the setter */
-    { "GtkRecentChooserMenu",   "select-multiple",      (void*) MATCH_ANY_VALUE },      /* property disabled */
     { "GtkTextView",            "overwrite",            (void*) MATCH_ANY_VALUE },      /* needs text buffer */
     { "GtkTreeView",            "expander-column",      (void*) MATCH_ANY_VALUE },      /* assertion list != NULL */
     { "GtkWindow",              "display",              (void*) MATCH_ANY_VALUE },